body{
        margin: 10px;
        padding: 20px;
        border: 5px solid blueviolet;
        line-height: 1.2;
        height: 100vh;
        height: fit-content;
       /* overflow: hidden;*/

}
h1{
    margin-top: 0px;
    text-align: center;
    border: 1px solid black;        
    background-color:rgb(151, 141, 141) ;

}
h2{
width: 100%;
height: fit-content;        
text-align: center;
border: 2px dashed black;        
background-color:rgb(151, 141, 141) ;

}

h3{
    width: 100%;
    height: fit-content;        
    text-align: center;
    border: 2px dashed black;        
    background-color:rgb(151, 141, 141) ;

}

p1{
    color: red;
}
/* CSS Custom Properties for Theming */
:root {
    --primary-color: #2563eb;
    --secondary-color: #64748b;
    --background-color: #ffe7e7;
    --surface-color: #b3d3f3;
    --text-primary: #1e293b;
    --text-secondary: #64748b;
    --border-color: #e2e8f0;
    --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1);
    
    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-mono: 'JetBrains Mono', Consolas, 'Liberation Mono', monospace;
    
    --transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Navigation Menu */
.nav-menu {
    display: flex;    
    flex-flow: wrap;
    gap: 1rem;
}

.nav-link {
    padding: 0.5rem 1rem;
    color: var(--text-secondary);
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: var(--transition);
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-color);
    background-color: var(--background-color);
}




.nav-brand {
    margin: 10px;
    display: flex;        
    align-items: center;        
    flex-flow: wrap;
    gap: 10px;
    font-weight: 300;
    color: var(--text-primary);
    text-decoration: none;
}

.logo {
    width: 64px;
    height: 64px;
}

.brand-text {
    font-size: 1.25rem;
}

    section{
        width: 100%;
        height: auto;
        border: 3px solid greenyellow;        
        background-color:rgb(151, 141, 141) ;

        padding: 5px;
        display: flex;
       /* flex-flow: row;*/
        flex-flow: wrap;
        justify-content: space-around;

    }
    
    .item{
        width: 80%;
        height: auto;
        border: 5px solid yellow;
        border-radius: 10px;   
        background-color:rgb(151, 141, 141) ;
        margin: 10px;
        padding: 10px;
        font-size: 12px;
        text-align: left;
        display: flex;
        flex-direction: column;
    }
  
    .item-2{
        color: blue;
        text-align: left;
    }
    
    .item-3{
        /*width: 20%;
        /*height: 80%;*/
        border: 5px solid green;
        border-radius: 10px;   
        background-color:rgb(151, 141, 141) ;
    }

    .item-4{
        color: rgb(0, 255, 98);
        text-align: left;
    }
    .markdown-content{
        margin-left: 20%; 
        margin-right: 20%;
        color: rgb(0, 255, 179);
        text-align: center;
    }

    img {
        width: auto;
        height: auto;
        padding: 5px;
        border-style: solid;
        border: width 5px;
        border-color: white;
        object-fit:cover;
    }
/*
    .image2{
        width: fit-content;
        height: fit-content;
    }

    .image3{
        width: fit-content;
        height: fit-content;
    }
*/
VPSidebar[data-v-ef86de8e] {
    position: fixed;
    top: var(--vp-layout-top-height, 0px);
    bottom: 0;
    left: 0;
    z-index: var(--vp-z-index-sidebar);
    padding: 32px 32px 96px;
    width: calc(100vw - 64px);
    max-width: 320px;
    background-color: var(--vp-sidebar-bg-color);
    opacity: 0;
    box-shadow: var(--vp-c-shadow-3);
    overflow-x: hidden;
    overflow-y: auto;
    transform: translate(-100%);
    transition: opacity .5s, transform .25s ease;
}


li {
  /*  padding: 10%;*/
    bottom: .5rem;
}
